Produced by Araxis Merge on Fri Dec 13 16:40:55 2019 UTC. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Porto v.3.2.1\Theme Files\Magento 1.x\Porto Theme\app\design\frontend\smartwave\porto\template\page | 1column.phtml | Mon Dec 19 05:09:32 2016 UTC |
| 2 | Porto v.3.2.2\Theme Files\Magento 1.x\Porto Theme\app\design\frontend\smartwave\porto\template\page | 1column.phtml | Fri Nov 22 11:26:25 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 122 |
| Changed | 0 | 0 |
| Inserted | 4 | 10 |
| Removed | 0 | 0 |
| Whitespace | All differences in whitespace within lines are ignored |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <?php | 1 | <?php | |||
| 2 | /** | 2 | /** | |||
| 3 | * Magento | 3 | * Magento | |||
| 4 | * | 4 | * | |||
| 5 | * NOTICE OF LICENSE | 5 | * NOTICE OF LICENSE | |||
| 6 | * | 6 | * | |||
| 7 | * This so urce file is subject to the Ac ademic Fre e License (AFL 3.0) | 7 | * This so urce file is subject to the Ac ademic Fre e License (AFL 3.0) | |||
| 8 | * that is bundled w ith this p ackage in the file L ICENSE_AFL .txt. | 8 | * that is bundled w ith this p ackage in the file L ICENSE_AFL .txt. | |||
| 9 | * It is a lso availa ble throug h the worl d-wide-web at this U RL: | 9 | * It is a lso availa ble throug h the worl d-wide-web at this U RL: | |||
| 10 | * http:// opensource .org/licen ses/afl-3. 0.php | 10 | * http:// opensource .org/licen ses/afl-3. 0.php | |||
| 11 | * If you did not re ceive a co py of the license an d are unab le to | 11 | * If you did not re ceive a co py of the license an d are unab le to | |||
| 12 | * obtain it through the world -wide-web, please se nd an emai l | 12 | * obtain it through the world -wide-web, please se nd an emai l | |||
| 13 | * to lice nse@magent ocommerce. com so we can send y ou a copy immediatel y. | 13 | * to lice nse@magent ocommerce. com so we can send y ou a copy immediatel y. | |||
| 14 | * | 14 | * | |||
| 15 | * DISCLAI MER | 15 | * DISCLAI MER | |||
| 16 | * | 16 | * | |||
| 17 | * Do not edit or ad d to this file if yo u wish to upgrade Ma gento to n ewer | 17 | * Do not edit or ad d to this file if yo u wish to upgrade Ma gento to n ewer | |||
| 18 | * version s in the f uture. If you wish t o customiz e Magento for your | 18 | * version s in the f uture. If you wish t o customiz e Magento for your | |||
| 19 | * needs p lease refe r to http: //www.mage ntocommerc e.com for more infor mation. | 19 | * needs p lease refe r to http: //www.mage ntocommerc e.com for more infor mation. | |||
| 20 | * | 20 | * | |||
| 21 | * @catego ry desi gn | 21 | * @catego ry desi gn | |||
| 22 | * @packag e base _default | 22 | * @packag e base _default | |||
| 23 | * @copyri ght Copy right (c) 2014 Magen to Inc. (h ttp://www. magentocom merce.com) | 23 | * @copyri ght Copy right (c) 2014 Magen to Inc. (h ttp://www. magentocom merce.com) | |||
| 24 | * @licens e http ://opensou rce.org/li censes/afl -3.0.php Academic F ree Licens e (AFL 3.0 ) | 24 | * @licens e http ://opensou rce.org/li censes/afl -3.0.php Academic F ree Licens e (AFL 3.0 ) | |||
| 25 | */ | 25 | */ | |||
| 26 | ?> | 26 | ?> | |||
| 27 | <?php | 27 | <?php | |||
| 28 | /** | 28 | /** | |||
| 29 | * Templat e for Mage _Page_Bloc k_Html | 29 | * Templat e for Mage _Page_Bloc k_Html | |||
| 30 | */ | 30 | */ | |||
| 31 | ?> | 31 | ?> | |||
| 32 | <?php | |||||
| 33 | $store = Mage::a pp()->getS tore(); | |||||
| 34 | $code = $store- >getCode() ; | |||||
| 35 | $show_ notice = M age::getSt oreConfig( 'porto_set tings/gene ral/show_n otice', $c ode); | |||||
| 36 | ?> | |||||
| 32 | <!DOCTYPE html> | 37 | <!DOCTYPE html> | |||
| 33 | <html lang ="<?php ec ho $this-> getLang() ?>"> | 38 | <html lang ="<?php ec ho $this-> getLang() ?>"> | |||
| 34 | <head> | 39 | <head> | |||
| 35 | <?php echo $this->ge tChildHtml ('head') ? > | 40 | <?php echo $this->ge tChildHtml ('head') ? > | |||
| 36 | </head> | 41 | </head> | |||
| 37 | <body<?php echo $thi s->getBody Class()?' class="'.$ this->getB odyClass() .'"':'' ?> > | 42 | <body<?php echo $thi s->getBody Class()?' class="'.$ this->getB odyClass() .'"':'' ?> > | |||
| 38 | <?php echo $this->ge tChildHtml ('after_bo dy_start') ?> | 43 | <?php echo $this->ge tChildHtml ('after_bo dy_start') ?> | |||
| 39 | <div class ="wrapper" > | 44 | <div class ="wrapper" > | |||
| 40 | <?php echo $this ->getChild Html('glob al_notices ') ?> | 45 | <?php echo $this ->getChild Html('glob al_notices ') ?> | |||
| 41 | <div c lass="page "> | 46 | <div c lass="page "> | |||
| 47 | <? php if ($s how_notice == 1): ?> | |||||
| 42 | <? php echo $ this->getC hildHtml(' custom_not ice') ?> | 48 | <?php ec ho $this-> getChildHt ml('custom _notice') ?> | |||
| 49 | <? php endif; ?> | |||||
| 43 | <? php echo $ this->getC hildHtml(' header') ? > | 50 | <? php echo $ this->getC hildHtml(' header') ? > | |||
| 51 | <? php if ($s how_notice == 2): ?> | |||||
| 52 | <?php ec ho $this-> getChildHt ml('custom _notice') ?> | |||||
| 53 | <? php endif; ?> | |||||
| 44 | <? php echo $ this->getC hildHtml(' topContain er') ?> | 54 | <? php echo $ this->getC hildHtml(' topContain er') ?> | |||
| 45 | <d iv class=" main-conta iner col1- layout"> | 55 | <d iv class=" main-conta iner col1- layout"> | |||
| 46 | <div cla ss="main c ontainer"> | 56 | <div cla ss="main c ontainer"> | |||
| 47 | <div class="co l-main"> | 57 | <div class="co l-main"> | |||
| 48 | <?php echo $this->ge tChildHtml ('global_m essages') ?> | 58 | <?php echo $this->ge tChildHtml ('global_m essages') ?> | |||
| 49 | <?php echo $this->ge tChildHtml ('content' ) ?> | 59 | <?php echo $this->ge tChildHtml ('content' ) ?> | |||
| 50 | </di v> | 60 | </di v> | |||
| 51 | </div> | 61 | </div> | |||
| 52 | </ div> | 62 | </ div> | |||
| 53 | <? php echo $ this->getC hildHtml(' bottomCont ainer') ?> | 63 | <? php echo $ this->getC hildHtml(' bottomCont ainer') ?> | |||
| 54 | <? php echo $ this->getC hildHtml(' footer') ? > | 64 | <? php echo $ this->getC hildHtml(' footer') ? > | |||
| 55 | <? php echo $ this->getC hildHtml(' global_coo kie_notice ') ?> | 65 | <? php echo $ this->getC hildHtml(' global_coo kie_notice ') ?> | |||
| 56 | <? php echo $ this->getC hildHtml(' before_bod y_end') ?> | 66 | <? php echo $ this->getC hildHtml(' before_bod y_end') ?> | |||
| 57 | </div> | 67 | </div> | |||
| 58 | </div> | 68 | </div> | |||
| 59 | <?php echo $this->ge tAbsoluteF ooter() ?> | 69 | <?php echo $this->ge tAbsoluteF ooter() ?> | |||
| 60 | </body> | 70 | </body> | |||
| 61 | </html> | 71 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2010 Araxis Ltd (www.araxis.com). All rights reserved.